home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of Software 2
/
Explore the World of Software 2.iso
/
atm
/
winfont3
/
fontangl.h
< prev
next >
Wrap
Text File
|
1987-10-27
|
244b
|
6 lines
#define START_SESSION 0
#define CHARHEIGHT( i ) (TM[i].tmHeight + TM[i].tmExternalLeading)
#define STRINGHEIGHT( i ) (CHARHEIGHT( i ) * \
(lstrlen((LPSTR)(LF[i].lfFaceName)) + 2) )
#define MAXFONTS 100